home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000164_news@columbia.edu_Thu Nov 17 09:42:10 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18004
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 17 Nov 1994 07:50:46 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22995
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 17 Nov 1994 07:50:45 -0500
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!usc!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!swidir.switch.ch!scsing.switch.ch!news.dfn.de!news.belwue.de!News.Uni-Marburg.DE!news.th-darmstadt.de!fauern!news.unibw-muenchen.de!p41bsmk
  6. From: p41bsmk@kommsrv.rz.unibw-muenchen.de (Peter Schmolck)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Backspace
  9. Date: 17 Nov 1994 09:42:10 GMT
  10. Organization: University of the Federal Armed Forces Munich
  11. Lines: 24
  12. Message-Id: <3af8hi$1r0@infosrv.rz.unibw-muenchen.de>
  13. References: <3abv77$1cr1@saturn.caps.maine.edu>
  14. Nntp-Posting-Host: kommsrv.rz.unibw-muenchen.de
  15. X-Newsreader: NN version 6.5.0 #5 (NOV)
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. mtdesert@saturn.caps.maine.edu (MDIHS) writes:
  19.  
  20. >Now how do I get backspace key on my DOS machine to actually backpace 
  21. >instead of printing ^D.  I'm on PC, MS-Kermit 3.14/Beta 12, VT320 
  22. >emulation.  I've never been able to get backspace to work with previous 
  23. >Kermits either, though I'm sure it's a very simple thing to do...
  24. >It gets old ^Uing all of my command line mistakes.
  25. >Thanks for any help.
  26. >-mdi
  27.  
  28. The MSKERMIT.INI normally re-defines the backspace key (_bs) as \127, not as 
  29. \4 = ^D as in your case. You can easily experiment with key definitions by 
  30. entering "sh key" and "set key" from the MS-Kermit prompt. Maybe there 
  31. are good reasons for your ^D configuration of the backspace key. If your 
  32. remote computer runs UNIX, you can simply enter
  33.   stty erase KEYSTROKE
  34. with KEYSTROKE meaning, press your backspace key, and whatever its key 
  35. definition, it will then work correctly at the command line (without 
  36. changing the key's function in application programs).
  37. --
  38. Peter Schmolck                                p41bsmk@rz.unibw-muenchen.de
  39. Department of Education                       Phone :     +49-89-6004-2056
  40. Univ. of the Federal Armed Forces Munich      Fax   :     +49-89-6004-3968
  41. 85577 NEUBIBERG, GERMANY